Everything Totally Explained


Ask & we'll explain, totally!
Presentation layer
Totally Explained


  NEW! All the latest news in the worlds of computer gaming, entertainment, the environment,  
finance, health, politics, science, stocks & shares, technology and much, much, more.  


View this entry using RSS

Everything about Presentation Layer totally explained


The presentation layer is the sixth level of the seven layer OSI model. It responds to service requests from the application layer and issues service requests to the session layer.
   The presentation layer is responsible for the delivery and formatting of information to the application layer for further processing or display. It relieves the application layer of concern regarding syntactical differences in data representation within the end-user systems. Note: An example of a presentation service would be the conversion of an EBCDIC-coded text file to an ASCII-coded file.
   The presentation layer is the first one where people start to care about what they're sending at a more advanced level than just a bunch of ones and zeros. This layer deals with issues like how strings are represented - whether they use the Pascal method (an integer length field followed by the specified amount of bytes) or the C/C++ method (null-terminated strings, for example "thisisastring"). The idea is that the application layer should be able to point at the data to be moved, and the Presentation layer will deal with the rest. Encryption is typically done at this level too, though it can be done at the application, session, transport, or network layer; each having its own advantages and disadvantages. Another example is representing structure, which is normally standardised at this level, often by using XML. As well as simple pieces of data, like strings, more complicated things are standardised in this layer. Two common examples are 'objects' in object-oriented programming, and the exact way that streaming video is transmitted.
   In many widely used applications and protocols, no distinction is made between the presentation and application layers. For example, HTTP, generally regarded as an application layer protocol, has presentation layer aspects such as the ability to identify character encodings for proper conversion, which is then done in the application layer.

List of Presentation layer services

Sublayers

The presentation layer is composed of two sublayers:
  • CASE (Common Application Service Element)
  • SASE (Specific Application Service Element)

    CASE

    The CASE sublayer provides services for Application layer and request services from Presentation layer. It provides support for common application services, such as:
  • ACSE (Association Control Service Element)
  • ROSE (Remote Operation Service Element)
  • CCR (Commitment Concurrency and Recovery)
  • RTSE (Reliable Transfer Service Element)

    SASE

    The SASE sublayer provides application specific services (protocols), such as
  • FTAM (File Transfer, Access and Manager)
  • VT (Virtual Terminal)
  • MOTIS (Message Oriented Text Interchange Standard)
  • CMIP (Common Management Information Protocol)
  • JTM (Job Transfer and Manipulation) a former OSI standard
  • MMS (Manufacturing Messaging Service)
  • RDA (Remote Database Access)
  • DTP (Distributed Transaction Processing)

    Examples

  • AFP, AppleShare File Protocol
  • ICA Citrix Systems Core Protocol](External Link)
  • LPP, Lightweight Presentation Protocol
  • NCP, NetWare Core Protocol
  • NDR, Network Data Representation
  • XDR, eXternal Data Representation
  • X.25 PAD, Packet Assembler/Disassembler ProtocolFurther Information

    Get more info on 'Presentation Layer'.


    External Link Exchanges

    Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:

      <a href="http://presentation_layer.totallyexplained.com">Presentation layer Totally Explained</a>

    Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
       As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned.



  • Copyright © 2007-8 totallyexplained.com | Licensed under the GNU Free Documentation License | Site Map
    This article contains text from the Wikipedia article Presentation layer (History) and is released under the GFDL | RSS Version